go/types.environment.iota (field)

9 uses

	go/types (current package)
		check.go#L41: 	iota          constant.Value         // value of iota in a constant declaration; nil otherwise
		decl.go#L422: 		check.iota = iota
		decl.go#L424: 	}(check.iota, check.errpos)
		decl.go#L425: 	check.iota = obj.val
		decl.go#L782: 	assert(check.iota == nil)
		expr.go#L1301: 				iota := check.iota // capture for use in closure below (#22345)
		stmt.go#L41: 		iota:  iota,
		typexpr.go#L87: 			if check.iota == nil {
		typexpr.go#L91: 			x.val = check.iota